home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Ubuntu 9.10 PL
/
karmelkowy-koliberek-desktop-9.10-i386-PL.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
initramfs-tools
/
hooks
/
brltty
next >
Wrap
Text File
|
2009-10-13
|
303b
|
23 lines
#! /bin/sh
set -e
PREREQ=
prereqs () {
echo "$PREREQ"
}
case $1 in
prereqs)
prereqs
exit 0
;;
esac
. /usr/share/initramfs-tools/hook-functions
mkdir -p $DESTDIR/lib/brltty
copy_exec /usr/share/brltty/initramfs/brltty.sh /lib/brltty
mkdir -p $DESTDIR/sbin
copy_exec /sbin/brltty-setup /sbin